First off, I apologize if this question seems simplistic, but DXL is not one of my better languages to write in yet. Is it possible to load a baseline if you have the full string of that baseline? For example, if you have the string "1.3 Ready for Development" which refers to that baseline, is there an easy way to load the baseline into a variable? I am hoping to be able to save the baselines in a skiplist which I can then use to get particular DXL attributes from. I appreciate any help I get.
Chris chrscote - Thu Mar 08 11:49:49 EST 2018 |
Re: Use a string to load baseline it refers to
Baseline baseline(int major, int minor, string suffix)
Module load([Module m,] Baseline b, bool display)
|
Re: Use a string to load baseline it refers to Thank you EHcnck |